add build to gitignore, make paths absolute (closes #185)
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 29 Mar 2020 13:01:04 +0000 (09:01 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 29 Mar 2020 13:01:04 +0000 (09:01 -0400)
.gitignore

index 9364ec453b8177727b2cc97f70022f0adb42fc38..6ba78c35d0b37508c663336c033b6d5cc3a3f779 100644 (file)
 *.out
 *.new
 .vscode
-data/*.txt
-data/*.ttf
-data/*.sfd
+/data/*.txt
+/data/*.ttf
+/data/*.sfd
 /docs/
-bench/bench
-bench/icu
-bench/unistring
-test/normtest
-test/graphemetest
-test/printproperty
-test/charwidth
-test/misc
-test/valid
-test/iterate
-test/case
-test/custom
+/bench/bench
+/bench/icu
+/bench/unistring
+/test/normtest
+/test/graphemetest
+/test/printproperty
+/test/charwidth
+/test/misc
+/test/valid
+/test/iterate
+/test/case
+/test/custom
 /tmp/
-mingw_static
-mingw_shared
-msvc_shared
-msvc_static
+/mingw_static/
+/mingw_shared/
+/msvc_shared/
+/msvc_static/
+/build/